[INFO] cloning repository https://github.com/AftermathFinance/rust-sui-grpc-events-example
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AftermathFinance/rust-sui-grpc-events-example" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAftermathFinance%2Frust-sui-grpc-events-example", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAftermathFinance%2Frust-sui-grpc-events-example'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b7b8867b9a5e5b8baa130dde11ca8718153ed489
[INFO] checking AftermathFinance/rust-sui-grpc-events-example against try#d0ab665d12770dbaae620b539ee4319b83445f45 for pr-133502-24
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAftermathFinance%2Frust-sui-grpc-events-example" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AftermathFinance/rust-sui-grpc-events-example
[INFO] finished tweaking git repo https://github.com/AftermathFinance/rust-sui-grpc-events-example
[INFO] tweaked toml for git repo https://github.com/AftermathFinance/rust-sui-grpc-events-example written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AftermathFinance/rust-sui-grpc-events-example on toolchain d0ab665d12770dbaae620b539ee4319b83445f45
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AftermathFinance/rust-sui-grpc-events-example already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 6a714ca68ed81a693577a6f7ccf30a5c494a4ac623541b84f236a64b519fc178
[INFO] running `Command { std: "docker" "start" "6a714ca68ed81a693577a6f7ccf30a5c494a4ac623541b84f236a64b519fc178", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6a714ca68ed81a693577a6f7ccf30a5c494a4ac623541b84f236a64b519fc178", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6a714ca68ed81a693577a6f7ccf30a5c494a4ac623541b84f236a64b519fc178" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6a714ca68ed81a693577a6f7ccf30a5c494a4ac623541b84f236a64b519fc178", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "6a714ca68ed81a693577a6f7ccf30a5c494a4ac623541b84f236a64b519fc178" "/opt/rustwide/cargo-home/bin/cargo" "+d0ab665d12770dbaae620b539ee4319b83445f45" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]     Checking tracing-core v0.1.35
[INFO] [stderr]     Checking rustls-pki-types v1.13.1
[INFO] [stderr]    Compiling syn v2.0.111
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling rustls v0.23.35
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking bytemuck v1.24.0
[INFO] [stderr]     Checking serde_with v3.16.1
[INFO] [stderr]     Checking bytestring v1.5.0
[INFO] [stderr]     Checking winnow v0.7.14
[INFO] [stderr]     Checking base64ct v1.8.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking bnum v0.13.0
[INFO] [stderr]     Checking bs58 v0.5.1
[INFO] [stderr]     Checking roaring v0.11.2
[INFO] [stderr]     Checking webpki-roots v1.0.4
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling cc v1.2.49
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling prost-derive v0.14.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking tokio v1.48.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking pin-project v1.1.10
[INFO] [stderr]     Checking tracing v0.1.43
[INFO] [stderr]     Checking zstd v0.13.3
[INFO] [stderr]     Checking prost v0.14.1
[INFO] [stderr]     Checking prost-types v0.14.1
[INFO] [stderr]     Checking rustls-webpki v0.103.8
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking bcs v0.1.6
[INFO] [stderr]     Checking sui-sdk-types v0.1.0
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking tokio-util v0.7.17
[INFO] [stderr]     Checking tokio-stream v0.1.17
[INFO] [stderr]     Checking h2 v0.4.12
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking hyper v1.8.1
[INFO] [stderr]     Checking hyper-util v0.1.19
[INFO] [stderr]     Checking hyper-timeout v0.5.2
[INFO] [stderr]     Checking tonic v0.14.2
[INFO] [stderr]     Checking tonic-prost v0.14.2
[INFO] [stderr]     Checking sui-rpc v0.1.0
[INFO] [stderr]     Checking rust-sui-grpc-events-example v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
[INFO] running `Command { std: "docker" "inspect" "6a714ca68ed81a693577a6f7ccf30a5c494a4ac623541b84f236a64b519fc178", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6a714ca68ed81a693577a6f7ccf30a5c494a4ac623541b84f236a64b519fc178", kill_on_drop: false }`
[INFO] [stdout] 6a714ca68ed81a693577a6f7ccf30a5c494a4ac623541b84f236a64b519fc178
